Conversation
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
2ba9f41 to
2c294a9
Compare
2c294a9 to
498a9b3
Compare
589cf6f to
2c11dea
Compare
2c11dea to
a9a2068
Compare
| matrix: | ||
| include: | ||
| - platform: linux/amd64 | ||
| runner: ubuntu-latest |
There was a problem hiding this comment.
I'm not sure the implication of this one. cc @d4mr
| "@thirdweb-dev/auth/**/axios": ">=1.7.8", | ||
| "@thirdweb-dev/auth/**/web3-utils": ">=4.2.1", | ||
| "ethers-gcp-kms-signer/**/protobufjs": ">=7.2.5", | ||
| "fastify/**/find-my-way": ">=8.2.2", |
There was a problem hiding this comment.
These are needed to pin versions that don't have reported vulnerabilities. synk test on this branch brings back these vulns if we remove this:
✗ Cross-site Request Forgery (CSRF) [High Severity][https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459] in axios@0.27.2
✗ Regular Expression Denial of Service (ReDoS) [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-AXIOS-6124857] in axios@0.27.2
✗ Cross-site Scripting (XSS) [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-AXIOS-6671926] in axios@0.27.2
✗ Prototype Pollution [High Severity][https://security.snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337] in web3-utils@1.10.4
There was a problem hiding this comment.
Some of these may be removable since I only see the first two deps in this vuln report list.
| ( | ||
| await userOpRes.json() | ||
| ) as RpcResponse; |
There was a problem hiding this comment.
Did biome format this? This seems weird and lower redability.
There was a problem hiding this comment.
My biome corrects this back
|
Report too large to display inline |
* bump yarn to berry * fix all biome errors * bring back pinned resolved deps, fix whitepsace --------- Co-authored-by: Phillip Ho <arcoraven@gmail.com>
* bump yarn to berry * fix all biome errors * bring back pinned resolved deps, fix whitepsace --------- Co-authored-by: Phillip Ho <arcoraven@gmail.com> Signed-off-by: Phillip Ho <arcoraven@gmail.com>
* regenerate sdk (#808) Co-authored-by: Phillip Ho <arcoraven@gmail.com> Signed-off-by: Phillip Ho <arcoraven@gmail.com> * bump sdk version (#813) Signed-off-by: Phillip Ho <arcoraven@gmail.com> * update workflow action versions (#812) Signed-off-by: Phillip Ho <arcoraven@gmail.com> * fix all biome errors (#815) * bump yarn to berry * fix all biome errors * bring back pinned resolved deps, fix whitepsace --------- Co-authored-by: Phillip Ho <arcoraven@gmail.com> Signed-off-by: Phillip Ho <arcoraven@gmail.com> * get-balance and get-all-events migrated to v5 (#816) Signed-off-by: Phillip Ho <arcoraven@gmail.com> * thirdweb version bump (#818) thirdweb sdk version bump to v5.78.0 Signed-off-by: Phillip Ho <arcoraven@gmail.com> * chore: fix some typos in comment Signed-off-by: toofooboo <cmaker@foxmail.com> Signed-off-by: Phillip Ho <arcoraven@gmail.com> --------- Signed-off-by: Phillip Ho <arcoraven@gmail.com> Signed-off-by: toofooboo <cmaker@foxmail.com> Co-authored-by: Nicholas St. Germain <nick@cajun.pro> Co-authored-by: Nischit Prasad Nhuchhe Pradhan <nischitpra@gmail.com> Co-authored-by: toofooboo <cmaker@foxmail.com>

Changes
How this PR will be tested
Output
(Example: Screenshot/GIF for UI changes, cURL output for API changes)
PR-Codex overview
This PR focuses on updating error handling, type safety, and configuration settings across various files, as well as upgrading dependencies to newer versions.
Detailed summary
.github/workflowsto useubuntu-24.04.unknowntype instead ofany.assyntax.src/shared/lib/cache/swr.ts.viemversion^2.21.54.